home *** CD-ROM | disk | FTP | other *** search
/ Inside Magic / Inside Magic.iso / mac / Inside Magic™ LM / Inside Magic™ LM.dxr / 02046.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  385 b   |  16 lines

  1. on mouseDown
  2.   global checkforpuppets, speed, gMode, gWhichTrick, gMooVChan, gPerformance
  3.   quickSwitch("symboltrans")
  4.   set gMode to 0
  5.   set checkforpuppets to 1
  6.   allSpritesOff()
  7.   cleanUpRolls()
  8.   haltMovie()
  9.   set speed to 1
  10.   set gWhichTrick to the name of cast the castNum of sprite gMooVChan
  11.   AllVisiblesOff()
  12.   set gPerformance to "LydCU"
  13.   SetBusy()
  14.   play frame "LydCU"
  15. end
  16.